func runtime.mallocgcLarge

3 uses

	runtime (current package)
		malloc.go#L1131: 			x, elemsize = mallocgcLarge(size, typ, needzero)
		malloc.go#L1156: 			x, elemsize = mallocgcLarge(size, typ, needzero)
		malloc.go#L1687: func mallocgcLarge(size uintptr, typ *_type, needzero bool) (unsafe.Pointer, uintptr) {